﻿

.navbar {
    margin-bottom: 0;
}

.jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-bottom: 0;
    background-color: #fff;
}

    .jumbotron p:last-child {
        margin-bottom: 0;
    }

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

.album {
    padding-top: 3rem;
    padding-bottom: 3rem;
    /*background-color: #f7f7f7;*/
}

.card {
    float: left;
    width: 22%;
    padding: .75rem;
    margin-bottom: 2rem;
    border: 0;
    /*box-shadow: 0 5px 5px rgba(0,0,0,.15);*/
    box-shadow: none;
    position: relative;
    height: 420px;
    margin-right: 10px;
}

.card-title {
    padding: 0px;
}

.card h5 {
    font-weight: bold;
    height: 20px;
}

.card:hover {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
    cursor: pointer;
}

.card-image {
    height: 200px;
    width: 100%;
    display: block;
}


.card-rate {
    background: url('../../Images/ZainModelApps/rate.png') center;
    background-repeat: repeat-x;
    color: #fff;
    text-align: left;
    padding: 0px;
}

.card-price {
    color: #689f38;
    padding: 0px;
    text-align: right;
}

@media (max-width:992px) {
    .card-price {
        text-align: left;
    }

    .card {
        width: 33.3%;
    }
}

@media (max-width:767px) {

    .card-price {
        text-align: left;
    }

    .card {
        width: 100%;
        height: auto;
        margin-bottom: 20px !important;
    }
}

@media (max-width:576px) {


    .card-price {
        text-align: left;
    }
}

@media (max-width:320px) {
    .card {
        width: 100%;
    }

    .card-price {
        text-align: left;
    }
}

.card > img {
    margin-bottom: .75rem;
    border-radius: 20%;
}

.card-text {
    font-size: 85%;
    max-height: 140px;
}



.paragraph-end {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
    background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#00ffffff',EndColorStr='#ffffff');
    bottom: 10px;
    height: 25px;
    max-height: 100%;
    right: 1px;
    display: inline-block;
    width: 100%;
    position: absolute;
    text-align: right;
}
